home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Tools / idle / README.txt < prev    next >
Encoding:
Text File  |  2000-06-23  |  1.0 KB  |  28 lines

  1. IDLE 0.4 - 7 April 1999
  2. -----------------------
  3.  
  4. For news about this release, see the file NEWS.txt.  (For a more
  5. detailed change log, see the file ChangeLog.)
  6.  
  7. This is an early release of IDLE, my own attempt at a Tkinter-based
  8. IDE for Python.  It has the following features:
  9.  
  10. - 100% pure Python
  11. - multi-window text editor with multiple undo and Python colorizing
  12. - Python shell (a.k.a. interactive interpreter) window subclass
  13. - debugger (not complete, but you can set breakpoints and step)
  14. - works on Windows and Unix (probably works on Mac too)
  15.  
  16. The main program is in the file "idle"; on Windows you can use idle.pyw
  17. to avoid popping up a DOS console.  Any arguments passed are interpreted
  18. as files that will be opened for editing.
  19.  
  20. IDLE requires Python 1.5.2, so it is currently only usable with the
  21. Python 1.5.2 distribution (luckily, IDLE is bundled with Python
  22. 1.5.2).
  23.  
  24. Please send feedback to the Python newsgroup, comp.lang.python, and cc
  25. me <guido@python.org>.
  26.  
  27. --Guido van Rossum (home page: http://www.python.org/~guido/)
  28.